home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / offumac / MOBILE.DIR / 00135_Script_135 < prev   
Text File  |  1999-04-28  |  161b  |  6 lines

  1. on VaiHome
  2.   if (the commandDown) and (the key="q") then go "PlayDone"
  3.   if (the key="q") then go "PlayDone"
  4.   if (the keycode="53") then go "PlayDone"
  5. end
  6.